home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Co-Cz / Confine.cpt / CONSAF.STK / card_8453.txt < prev    next >
Text File  |  1990-02-06  |  889b  |  46 lines

  1. -- card: 8453 from stack: in.STK
  2. -- bmap block id: 8917
  3. -- flags: 0000
  4. -- background id: 2575
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=12 top=279 right=327 bottom=66
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 19381 / 19381
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Previous
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect dissolve
  23.   go to card id 8140
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A004
  32. -- rect: left=70 top=279 right=327 bottom=124
  33. -- title width / last selected line: 65535
  34. -- icon id / first selected line: -15744 / 49792
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Quit
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   doMenu "Quit HyperCard"
  44. end mouseUp
  45.  
  46.